func go/types.typeParamsString

2 uses

	go/types (current package)
		infer.go#L222: 				check.errorf(arg, _CannotInferTypeArgs, "%s %s of %s does not match %s (cannot infer %s)", kind, targ, arg.expr, tpar, typeParamsString(tparams))
		infer.go#L332: func typeParamsString(list []*TypeParam) string {